home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 48
/
Mac Magazin CD 48.iso
/
Software
/
Entwickler
/
Drop UNIX 1.3
/
DropUNIX Library ƒ
/
Lib Headers
/
DropShell.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-06-22
|
309 b
|
14 lines
|
[
TEXT/CWIE
]
#ifndef __DROPSHELL_H__
#define __DROPSHELL_H__
void InitToolbox(void);
Boolean InitGlobals(void);
void SetUpMenus(void);
void InstallSplashScreen(void);
void ShowAbout(void);
void DoMenu(long retVal);
void DoMouseDown(EventRecord *curEvent);
void DoKeyDown(EventRecord *curEvent);
#endif